runtime.timer.unlockAndRun (method)

5 uses

	runtime (current package)
		time.go#L486: 				t.unlockAndRun(now, nil) // resets t.when
		time.go#L639: 				t.unlockAndRun(bubble.now, bubble)
		time.go#L1105: 	t.unlockAndRun(now, bubble)
		time.go#L1116: func (t *timer) unlockAndRun(now int64, bubble *synctestBubble) {
		time.go#L1463: 		t.unlockAndRun(now, c.bubble)